home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / small_my_fart.swf / scripts / DefineButton2_160 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-02  |  120 b   |  8 lines

  1. on(release){
  2.    gotoAndStop("instructions");
  3.    if(_root.muteSound == 0)
  4.    {
  5.       pop2Sound.start(0,1);
  6.    }
  7. }
  8.